home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!usenet
- From: GHouck <hksys@teleport.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Borland requires ship runtime?
- Date: 18 Feb 1996 20:06:30 GMT
- Organization: systems hk
- Message-ID: <4g80s6$gue@maureen.teleport.com>
- References: <4g2cbe$5ng@goodship.cn.camriv.bc.ca>
- NNTP-Posting-Host: ip-pdx10-06.teleport.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.22 (Windows; I; 32bit)
-
- csavery@cr.island.net (Chris Savery) wrote:
- >Hello,
- >
- >Would someone please let me know if the Borland compilers later then
- >3.1 require that you ship a runtime DLL with your app? Is it optional
- >or how does this work?
- >
- >I have used 3.1 for years but avoided upgrading because I didn't want
- >large borland dlls to be shipped with code.
- >
- >Please reply by e-mail as well.
- >
- >Thanks in advance.
- >
- You should be able to specify 'static' libraries rather than the
- 'dynamic' ones, thereby also increasing the executable size, of
- course.
- Yours, Geoff Houck
-
-